Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the click-odoo-contrib dependency from version 1.20 to 1.23 and leverages new features to simplify database initialization and configuration management.
- Updated
click-odoo-contribto version 1.23 with a minimum version constraint of >=1.22 - Simplified the odoo-update entrypoint script using the new
--unless-initializedflag - Removed explicit config file references, relying on environment variable configuration
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| uv.lock | Updates click-odoo-contrib package from version 1.20 to 1.23 with new hashes and metadata |
| pyproject.toml | Adds version constraint >=1.22 for click-odoo-contrib dependency |
| entrypoints/000_15_odoo-update | Simplifies database initialization logic by using click-odoo-initdb --unless-initialized flag instead of manual checks |
| docker-compose.yml | Removes explicit -c /etc/odoo.cfg flag from odoo command, relying on default configuration handling |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5671f19 to
b526d4e
Compare
- use new --unless-initialized click-odoo-initdb option - don't invoke click-odoo-update twice
b526d4e to
8d330e2
Compare
petrus-v
approved these changes
Nov 10, 2025
Contributor
petrus-v
left a comment
There was a problem hiding this comment.
Thanks for reducing this technical debt !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.